DX11 SET DESTINATION BLEND

Sets the destination blend mode for the given blend state and, optionally, render target.
The valid values for this function maps directly to the D3D11_BLEND enumeration described on MSDN.

  Syntax
DX11 SET DESTINATION BLEND blendState, destBlend, [renderTarget]
  Parameters
blendState
Dword
The blend state to set the blend mode for.
destBlend
Dword
The blend mode to use for the data already mapped to the current render target pixel that the newly generated pixel will be blended with.
[Optional] renderTarget
Dword
An ID of a render target to set this specific blend setting for. The valid range is [0..7]. Defaults to 0 which is the value used if multiple render targets are not used by this state.

  Returns

This function does not return a value.

  See also

BLENDSTATE Functions Menu
DX11 Function Categories